home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / e_to_l / itgraph / readme.txt < prev   
Text File  |  1996-09-15  |  8KB  |  121 lines

  1. ITGraph 1.2 Installation Instructions
  2. =====================================
  3.  
  4. Thank you for your purchase of the ITGraph(tm) Custom Control for Visual Basic!
  5. Following is a listing of the contents of the Installation Disk and instructions for installation of the ITGraph(tm) Custom Control and demonstration programs.
  6.  
  7. Installation (can be done from the Windows File Manager):
  8. ---------------------------------------------------------
  9. 1. Copy the contents of the SYSTEM subdirectory from the Installation Disk to the WINDOWS\SYSTEM directory on your hard drive.
  10.  
  11. 2. Copy the desired demos to your hard drive.  The DELPHI subdirectory contains the Borland Delphi demo and source files.  The MSVC15 subdirectory contains the Microsoft Visual C++ v. 1.5 demo and sources.  The VB30 subdirectory contains three demo programs for Visual Basic 3.0 in the ITGDEMO, ORGCHART and PROCESS subdirectories.
  12.  
  13. 3. Proceed to the instructions in "Visual Basic Notes", "Borland Delphi Notes", or "Microsoft Visual C++ Notes" according to your development environment.
  14.  
  15. General Notes:
  16. --------------
  17. To use the ITGraph Custom Control, 'ITGRAPH.VBX' must be located in your WINDOWS\SYSTEM directory or in the same directory as your application.
  18.  
  19. Visual Basic Notes:
  20. -------------------
  21. In addition to 'ITGRAPH.VBX', you should add 'ITGRAPH.BAS' to your project. This file defines the various settings used for ITGraph properties.
  22.  
  23. 'ITGRAPH.HLP' should be in your current path, so as to be accessible by Windows' WinHelp.  When using 'ITGRAPH.VBX' in the Visual Basic development environment, pressing the <F1> key while an ITGraph control is selected, or while one of its properties is selected in the "Properties" window, will bring up help for the control or the selected property.
  24.  
  25. The 'ITGDEMO.EXE' file is a demonstration of the various ITGraph features. You should run it to get an idea of the capabilities of the control. Read the ITGDEMO.TXT file for instructions on using the demo. The sources are provided as 'ITGDEMO.MAK' and the 'ITGDEMO*.FRM' files.  Some sample graphs are provided as '*.ITG'.
  26.  
  27. Another demonstration program, 'ORGCHART.EXE' and its sources 'ORGCHART.MAK', 'ORGCHART.FRM' and 'ORGCHART.BAS' show how you might write a simple application to draw org charts.  Read the 'ORGCHART.TXT' file for instructions on using the demo.
  28.  
  29. A third demonstration program, 'PROCESS.EXE' and its sources 'PROCESS.MAK', 'PROCESS.FRM' and 'PROCESS.BAS' demonstrate an animated process flow.  Read the 'PROCESS.TXT' file for instructions on using the demo.
  30.  
  31. Borland Delphi Notes:
  32. ---------------------
  33. Before you can use ITGraph in a Delphi project, it must be installed as a Delphi component.  From Delphi's "Options" menu, choose the "Install Components..." option.  Click on the "VBX..." button.  In the "Install VBX File" dialog, find and select "ITGRAPH.VBX" and press the "OK" button.  In the "Install VBX" dialog box, click "OK" to accept the defaults provided by Delphi.
  34.  
  35. You should add 'ITGDEFS.PAS' to your project. This file defines the various settings used for ITGraph properties.
  36.  
  37. The 'ITGDEMO.EXE' file is a demonstration of the various ITGraph features. You should run it to get an idea of the capabilities of the control.  Four sample graphs are provided to illustrate the types of layouts that ITGraph handles.  Note that 'ITGDEMO.EXE' is not built.  You must load the project into Delphi and compile it yourself.
  38.  
  39. Microsoft Visual C++ Notes:
  40. ---------------------------
  41. ITGraph should be installed as a component in the App Studio.  From the "File" menu, choose the "Install Controls..." option.  In the "Install Controls" dialog box find and select "ITGRAPH.VBX" and click the "Install" button to add it to the list of "Installed Files".  Press the "OK" button when you are done.
  42.  
  43. You should include 'ITGDEFS.H' in your project. This file defines the various settings used for ITGraph properties.
  44.  
  45. The 'ITGDEMO.EXE' file is a demonstration of the various ITGraph features. You should run it to get an idea of the capabilities of the control.  Four sample graphs are provided to illustrate the types of layouts that ITGraph handles.
  46.  
  47.  
  48. ITGraph 1.2 Installation Disk Contents
  49. ======================================
  50.  
  51. README  .TXT     - this file
  52. ORDERFRM.TXT     - order form and ordering info
  53. [DELPHI]         - Borland Delphi Demonstration
  54.   CONNINFO.DFM   - Connection Dialog Definition
  55.   NODEINFO.DFM   - Node Dialog Definition
  56.   PLAYGRND.DFM   - Main Form Definition
  57.   ITGDEMO .DPR   - Delphi Program File
  58.   *       .ITG   - Sample graphs
  59.   CONNINFO.PAS   - Connection Dialog Source Code
  60.   ITGDEFS .PAS   - ITGraph Constant Definitions
  61.   NODEINFO.PAS   - Node Dialog Source Code
  62.   PLAYGRND.PAS   - Main Form Source Code
  63.   ITGDEMO .RES   - Resources for the Delphi Demo
  64. [MSVC15]         - MSVC 1.5 Demonstration
  65.   TOOLBAR .BMP   - The application toolbar's bitmap
  66.   ITGDEMO .CLW   - Class Wizard information
  67.   DLGITEM .CPP   - Node Dialog Implementation Code
  68.   DLGLINE .CPP   - Connection Dialog Implementation Code
  69.   ITGDEMO .CPP   - Application Implementation Code
  70.   ITGDMDOC.CPP   - Document Implementation Code
  71.   ITGDMVW .CPP   - View Implementation Code
  72.   MAINFRM .CPP   - Frame Implementation Code
  73.   STDAFX  .CPP   - Used to build precompiled header
  74.   ITGDEMO .DEF   - Module Definition File
  75.   DLGITEM .H     - Node Dialog Definition
  76.   DLGLINE .H     - Connection Dialog Definition
  77.   ITGDEFS .H     - Connection Dialog Definition
  78.   ITGDEMO .H     - Application Definition
  79.   ITGDMDOC.H     - Document Definition
  80.   ITGDMVW .H     - View Definition
  81.   MAINFRM .H     - Frame Definition
  82.   RESOURCE.H     - AppStudio Constants
  83.   STDAFX  .H     - Used to build precompiled header
  84.   ITGDEMO .ICO   - Application icon
  85.   *       .ITG   - Sample graphs
  86.   ITGDEMO .MAK   - Project Make file
  87.   ITGDEMO .RC    - Resource File
  88.   ITGDEMO .RC2   - Additional Resources
  89. [SYSTEM]         - System Files
  90.   ITGRAPH .VBX   - ITGraph Custom Control (demo version)
  91.   ITGRAPH .HLP   - WinHelp help file for the ITGraph Custom Control
  92. [VB30]           - VB 3.0 Demonstrations
  93.   ITGRAPH .BAS   - module defining settings for ITGraph properties
  94.   [ITGDEMO]      - Property Playground for VB
  95.     ITGDEMO .EXE - executable demo of ITGraph capabilities
  96.     ITGDEMO .TXT - operating instructions for the ITGDEMO application
  97.     ITGDEMO .MAK - Visual Basic make file for the demo
  98.     ITGDEMO*.FRM - forms used by the ITGDemo project
  99.     ITGDEMO1.FRX - form data for ITGDemo project
  100.     ITGRAPH .BAS - module defining settings for ITGraph properties
  101.     *       .ITG - Sample graphs
  102.   [ORGCHART]     - Orgchart Demonstration
  103.     ORGCHART.EXE - executable orgchart builder demo
  104.     ORGCHART.TXT - operating instructions for the ORGCHART application
  105.     ORGCHART.MAK - Visual Basic make file for the orgchart demo
  106.     ORGCHART.FRM - Visual Basic form for the orgchart demo
  107.     ORGCHART.FRX - Form data for the orgchart demo
  108.     ORGCHART.BAS - Visual Basic module for the orgchart demo
  109.     ITGRAPH .BAS - module defining settings for ITGraph properties
  110.   [PROCESS]      - Process flow Demonstration
  111.     PROCESS .EXE - executable process flow demo
  112.     PROCESS .TXT - operating instructions for the PROCESS application
  113.     PROCESS .MAK - Visual Basic make file for the process demo
  114.     PROCESS .FRM - Visual Basic form for the process demo
  115.     PROCESS .FRX - Form data for the process demo
  116.     PROCESS .BAS - Visual Basic module for the process demo
  117.     ITGRAPH .BAS - module defining settings for ITGraph properties
  118.     PROCESS .ITG - Graph used by the process demo
  119.     SUBPROC .ITG - Detail graph used by the process demo
  120.  
  121.